.giraffly_gdpr{
    background-color: aquamarine;
    text-align: left;
    display: flex;
    align-items: center;
    min-height: 70px;
    width: 100%;
    font-size: medium;
    position: fixed;
    bottom: 0px;
}

.giraffly_gdpr_first{
    width: 70%;
    padding: 10px 5px 10px 20px;
}

.giraffly_gdpr_first_link a{
    color: violet;
    opacity: .8;
    text-decoration: underline;
    padding-left: 20px;
    cursor: pointer;
    background-color: transparent;
}

.giraffly_gdpr_two{
    margin-left: 12%;
    margin-right: 5px;
    width: 15%;
    word-break: break-word;
}

.giraffly_gdpr_two a{
    color: orange;
    background-color: transparent;
    border-color: yellow;
    display: block;
    padding: .4em .8em;
    font-size: 15px;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    overflow: hidden;
    word-break: break-word;
    cursor: pointer;
}

.Polaris-Card{
    overflow: unset;
}

.giraffly_gdpr_3{
    background-color: aquamarine;
    text-align: center;
    align-items: center;
    min-height: 70px;
    min-width: 300px;
    width: 22rem;
    font-size: medium;
    position: fixed;
    bottom: 40px;
}

.giraffly_gdpr_first_3{
    padding: 10px 15px 8px 15px;
}

.giraffly_gdpr_first_link_3 a{
    color: violet;
    opacity: .8;
    text-decoration: underline;
    cursor: pointer;
    background-color: transparent;
}

.giraffly_gdpr_two_3{
    text-align: center;
    width: 50%;
    word-break: break-word;
    margin-bottom: 12px;
}

.giraffly_gdpr_two_3 a{
    color: orange;
    background-color: transparent;
    border-color: yellow;
    display: block;
    padding: .4em .8em;
    font-size: 15px;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    overflow: hidden;
    word-break: break-word;
}

.giraffly_gdpr_first_link_div{
    margin: 15px auto;
}

.giraffly_announce{
    text-align: center;
    height: auto;
    position: absolute;
    width: 100%;
    /* align-items: center; */
    /* vertical-align: middle; */
}


.giraffly_announce_div{
    display: inline-flex;
    align-items: center;
}

.giraffly_announce_first{
    display: inline-block;
}
.giraffly_announce_two{
    display: inline-block;
    margin-left: 10px;
}


.announce_container {
    width: 100%;
    margin: 0 auto;
    /* overflow: hidden; */
    position: relative;
    user-select: none;
    -webkit-user-select: none;
}

.announce_first_div{
    overflow: hidden;
}

.announce_first_div_ul {
    transition: all 2s ease-in-out;
    margin: 0;
    padding: 0;
    list-style: none;
}

.announce_first_div_ul_li{
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
